home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 18
/
Joystick Magazine 18.iso
/
pc
/
tombraid
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1996-09-30
|
315b
|
18 lines
@echo off
if "%1"=="" goto end
md %1\tombraid
cd %1\tombraid
copy *.* %1
@echo.
@echo Tombraider installed in %1\tombraid.
@echo.
@echo Run 'setup' in this directory to set
@echo up your sound card.
@echo.
@echo Run 'tomb' to start the demo.
@echo.
goto finish
:end
@echo Usage: install c:
:finish